home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>12.9. Maze</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
- <link rel="start" href="index.html" title="GIMP User Manual" />
- <link rel="up" href="ch06s12.html" title="12. Rendering filters" />
- <link rel="prev" href="ch06s12s08.html" title="12.8. Jigsaw" />
- <link rel="next" href="ch06s12s10.html" title="12.10. QBist" />
- </head>
- <body>
- <div xmlns="" class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center" id="chaptername">12. Rendering filters</th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="ch06s12s08.html">Prev</a> </td>
- <th width="60%" align="center" id="sectionname">12.9. Maze</th>
- <td width="20%" align="right"> <a accesskey="n" href="ch06s12s10.html">Next</a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect2" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="plug-in-maze"></a>12.9. Maze</h3>
- </div>
- </div>
- </div>
- <a id="id3490764" class="indexterm"></a>
- <div class="mediaobject">
- <img src="../images/filters/filters-render-maze.png" />
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id3490796"></a>Overview</h4>
- </div>
- </div>
- </div>
- <div class="informalfigure">
- <div class="mediaobject">
- <img src="../images/filters/examples/maze1.png" />
- <div class="caption">
- <p>An example of a rendered maze.</p>
- </div>
- </div>
- </div>
- <p>
- This filter is found in
- <span class="guimenuitem">Image>Filters/Render/Pattern/<span class="accel">M</span>aze...</span>
- </p>
- <p>
- This filter generates a random black and white maze
- pattern. The result completely overwrites the previous
- contents of the active layer. A typical example is shown
- below. Can you find the route from the center to the edge?
- </p>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id3490849"></a>Options</h4>
- </div>
- </div>
- </div>
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">Width/Height</span>
- </dt>
- <dd>
- <p>
- The <span class="guilabel">Width</span> and
- <span class="guilabel">Height</span> sliders control how many
- pathways the
- maze should have. The lower the values for width and height,
- the more paths you will get. The same happens if you
- increase the number of pieces in the Width and Height
- <span class="guilabel">Pieces</span> fields. The result won't
- really look like a maze unless the width and height are
- equal.
- </p>
- </dd>
- <dt>
- <span class="term">Tileable</span>
- </dt>
- <dd>
- <p>
- If you want to use it in a pattern, you can make the maze
- tileable by checking this checkbutton.
- </p>
- </dd>
- <dt>
- <span class="term">Seed</span>
- </dt>
- <dd>
- <p>
- You can specify a seed for the random number generator, or
- ask the program to generate one for you. Unless you need
- to later reproduce exactly the same maze, you might as
- well have the program do it.
- </p>
- </dd>
- <dt>
- <span class="term">Style</span>
- </dt>
- <dd>
- <p>
- You can choose between two types of maze, "Depth First"
- and "Prim's Algorithm". Only a computer scientist can
- tell the difference between them.
- </p>
- </dd>
- </dl>
- </div>
- </div>
- </div>
- <div class="navfooter">
- <hr />
- <table width="100%" summary="Navigation footer">
- <tr>
- <td width="40%" align="left"><a accesskey="p" href="ch06s12s08.html">Prev</a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="ch06s12.html">Up</a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="ch06s12s10.html">Next</a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top">12.8. Jigsaw </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">Home</a>
- </td>
- <td width="40%" align="right" valign="top"> 12.10. QBist</td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-